ROOT (of the HTML server) rinn (My directory under the server root.) file1.html linkex1 file4.html tutorial (home of this set of files, i.e. where we are now) file2.html linkex2 file3.html
Link to File1.htm using
<A HREF="../file1.html">.
Link to File4.htm using
<A HREF="../linkex1/file4.html">.
Link to File2.html using
<A HREF="file2.html">.
Link to File3.htm using
<A HREF="linkex2/file3.html">.
Link to File1.htm using
<A HREF="/rinn/file1.html"&ft;.
Link to File4.htm using
<A HREF="/rinn/linkex1/html">.
Link to File2.htm using
<A HREF="/rinn/tutorial/file2.html">.
Link to File3.htm using
<A HREF="/rinn/tutorial/linkex2/file3.html">.
Link to File1.html using
<A HREF="http://orchard.washtenaw.cc.mi.us:8080/file1.html">.
Link to File4.html using
<A HREF="http://orchard.washtenaw.cc.mi.us:8080/rinn/linkex1/file4.html">.
Link to File2.html using
<A HREF="http://orchard.washtenaw.cc.mi.us:8080/rinn/tutorial/file2.html">.
Notice the similarity between specifying from the root of the server, and specifying the complete URL.
The first site is the White House, and if we do not specify a document, we get the welcome document.
The Whitehouse using <A HREF="http://www.whitehouse.gov/">.
This one is also at the White House, but this time we will specify a document. This document is a brief history of Abraham Lincoln.
From this document, if you choose to view President Lincoln's Second Inaugural Address, you will connect to:
The Oakland Software
Repository using
<A HREF="http://www.acs.oakland.edu/oak/oak.html">.